Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/milkymist
base: 44acf61^
Choose a base ref
...
head repository: m-labs/milkymist
compare: 8dbe0fd
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 7, 2012

  1. libfpvm: only access node->label if we have an indentifier

    We provide a function node_is_op for the library user to make this
    distiction as well (used in parser_helper.c).
    
    Note that this change means that we can't report the name of the
    operator that causes an "Operation not supported" error. This is
    visible to users in the case of op_not. Fix later.
    wpwrak committed Jan 7, 2012
    Copy the full SHA
    44acf61 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2012

  1. libfpvm: introduce "struct sym" as abstraction for an identifier

    This has ripple effects all through libfpvm but shouldn't change
    functionality.
    wpwrak committed Jan 10, 2012
    Copy the full SHA
    99f2502 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2012

  1. Copy the full SHA
    8dbe0fd View commit details
    Browse the repository at this point in the history